home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / ace expert / ae301.exe / %MAINDIR% / EScripts / dhtml / up-dn.scr < prev    next >
Encoding:
Text File  |  1999-02-23  |  525 b   |  20 lines

  1. <SCRIPT LANGUAGE="JavaScript">
  2. <!-- Start script 
  3. var ms = navigator.appVersion.indexOf("MSIE")
  4. ie4 = (ms>0) && (parseInt(navigator.appVersion.substring(ms+5, ms+6)) >= 4)
  5.  
  6. function move4(from, to) {
  7.   if (from < to) {
  8.     document.all.texte4.style.top = (from += 10);
  9.     setTimeout('move4(' + from + ',' + to + ')', 75);
  10.   }
  11. }
  12. function moven4(from, to) {
  13.   if (from < to) {
  14.     document.texte4.top = (from += 10);
  15.     setTimeout('moven4(' + from + ',' + to + ')', 75);
  16.   }
  17. }
  18. // End script -->
  19. </SCRIPT> 
  20.